ICollection(KeyValuePair(TKey, TValue)).CopyTo Method

Task Parallel System.Threading

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Private Sub CopyTo ( _
	array As KeyValuePair(Of TKey, TValue)(), _
	index As Integer _
) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).CopyTo
C#
void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(
	KeyValuePair<TKey, TValue>[] array,
	int index
)

Parameters

array
Type: array< System.Collections.Generic..::.KeyValuePair<(Of <(TKey, TValue>)>) >[]()[]
index
Type: System..::.Int32

Implements

ICollection<(Of <(T>)>)..::.CopyTo(array<T>[]()[], Int32)

See Also